﻿2026-07-08T23:46:35.2544257Z ##[group]Run actions/checkout@v5
2026-07-08T23:46:35.2545406Z with:
2026-07-08T23:46:35.2546159Z   fetch-depth: 0
2026-07-08T23:46:35.2547003Z   repository: SaberMage/spt-core
2026-07-08T23:46:35.2556383Z   token: ***
2026-07-08T23:46:35.2557217Z   ssh-strict: true
2026-07-08T23:46:35.2558023Z   ssh-user: git
2026-07-08T23:46:35.2558912Z   persist-credentials: true
2026-07-08T23:46:35.2559817Z   clean: true
2026-07-08T23:46:35.2560623Z   sparse-checkout-cone-mode: true
2026-07-08T23:46:35.2561626Z   fetch-tags: false
2026-07-08T23:46:35.2562486Z   show-progress: true
2026-07-08T23:46:35.2563358Z   lfs: false
2026-07-08T23:46:35.2564125Z   submodules: false
2026-07-08T23:46:35.2564967Z   set-safe-directory: true
2026-07-08T23:46:35.2565841Z ##[endgroup]
2026-07-08T23:46:35.5729843Z Syncing repository: SaberMage/spt-core
2026-07-08T23:46:35.5731535Z ##[group]Getting Git version info
2026-07-08T23:46:35.5732487Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T23:46:35.5978492Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T23:46:35.6205007Z git version 2.43.0.windows.1
2026-07-08T23:46:35.6231159Z ##[endgroup]
2026-07-08T23:46:35.6239627Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2550ddf2-fe25-4291-8701-76b67838afae\.gitconfig'
2026-07-08T23:46:35.6252820Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2550ddf2-fe25-4291-8701-76b67838afae' before making global git config changes
2026-07-08T23:46:35.6254602Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T23:46:35.6258278Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T23:46:35.6509160Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T23:46:35.6743996Z https://github.com/SaberMage/spt-core
2026-07-08T23:46:35.6778911Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T23:46:35.6784800Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T23:46:35.7018100Z refs/heads/main
2026-07-08T23:46:35.7043644Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-08T23:46:35.7468291Z HEAD is now at b659420 Merge PR #61: MUSL-TIER W1 — target-triple centralization
2026-07-08T23:46:35.8976692Z ##[endgroup]
2026-07-08T23:46:35.8977085Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T23:46:37.3114210Z ##[group]Cleaning the repository
2026-07-08T23:46:37.3119548Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T23:46:41.9427891Z Removing target/
2026-07-08T23:46:41.9462760Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T23:46:42.2628211Z HEAD is now at b659420 Merge PR #61: MUSL-TIER W1 — target-triple centralization
2026-07-08T23:46:42.2654616Z ##[endgroup]
2026-07-08T23:46:42.2660921Z ##[group]Disabling automatic garbage collection
2026-07-08T23:46:42.2667622Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T23:46:42.2949324Z ##[endgroup]
2026-07-08T23:46:42.2949824Z ##[group]Setting up auth
2026-07-08T23:46:42.2956156Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T23:46:42.3210721Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T23:46:43.0329529Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T23:46:43.0596733Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T23:46:43.7612741Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T23:46:43.7893971Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T23:46:44.7556933Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T23:46:44.7878488Z ##[endgroup]
2026-07-08T23:46:44.7878919Z ##[group]Fetching the repository
2026-07-08T23:46:44.7886298Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +006872dac14627cf64925b5ab625bc1d8a53a46f:refs/remotes/pull/62/merge
2026-07-08T23:46:46.0335742Z From https://github.com/SaberMage/spt-core
2026-07-08T23:46:46.0336221Z  * [new ref]         006872dac14627cf64925b5ab625bc1d8a53a46f -> pull/62/merge
2026-07-08T23:46:46.2332788Z ##[endgroup]
2026-07-08T23:46:46.2333164Z ##[group]Determining the checkout info
2026-07-08T23:46:46.2333566Z ##[endgroup]
2026-07-08T23:46:46.2338808Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T23:46:46.3835992Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T23:46:46.5347271Z ##[group]Checking out the ref
2026-07-08T23:46:46.5352323Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/62/merge
2026-07-08T23:46:46.5928363Z Previous HEAD position was b659420 Merge PR #61: MUSL-TIER W1 — target-triple centralization
2026-07-08T23:46:46.5929042Z HEAD is now at 006872d Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:46:46.5957204Z ##[endgroup]
2026-07-08T23:46:46.6246806Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T23:46:46.7747730Z 006872dac14627cf64925b5ab625bc1d8a53a46f
